home *** CD-ROM | disk | FTP | other *** search
/ Compton's Multimedia Gol…ifornia & Hawaii Edition) / Compton's Multimedia Golf Guide - California & Hawaii Edition.iso / links / instald.aaa < prev    next >
Text File  |  1992-09-14  |  3KB  |  113 lines

  1. @DefineProject
  2.     @Name           = "California/Hawaii Golf Guide"       
  3.     @Version        = "1.0"
  4.     @Subdir         = "LINKS"       /* default subdirectory for files */
  5.     @OutDrive       = C             /* Default target drive           */
  6.     @Group          = "A"
  7.     @Requires         1900000       /* Disk space requirement         */
  8.     @Requires @Harddisk
  9. @EndProject
  10.  
  11. @Display
  12.     @Cls
  13.  
  14.   The installation program used to install Links, INSTALL, is licensed 
  15.   software provided by Knowledge Dynamics Corp, P.O. Box 1558, Canyon Lake, 
  16.   Texas 78130-1558 (USA).  INSTALL is Copyright (c) 1987-1991 by Knowledge 
  17.   Dynamics Corp which reserves all copyright protection worldwide.  INSTALL 
  18.   is provided to you for the exclusive purpose of installing Links.
  19.   Access Software, Inc. is exclusively responsible for the support of Links.
  20.   Compton's NewMedia will provide support during the installation phase.  
  21.   In no event will Knowledge Dynamics Corp be able to provide any technical 
  22.   support for Links.
  23.  
  24. @Pause
  25. @EndDisplay
  26.  
  27. @Display
  28.     @Cls
  29.  
  30.     This program will install Links on your computer system.
  31.     
  32.     You may press the [Esc] key at any time to abort the
  33.     installation.  INSTALL will ask you several questions about your
  34.     computer hardware.
  35.  
  36.     Each question has a default answer.  If the default answer is
  37.     correct, press the ENTER key in response to the question.
  38.     Otherwise, type the answer and then press the ENTER key.
  39.  
  40.     If you make a mistake while typing, press the BACKSPACE key
  41.     and then retype the answer.
  42.  
  43. @Pause
  44. @EndDisplay
  45.  
  46. @System "README.BAT"
  47.  
  48. @GetOutDrive
  49.     @Suppress A
  50.     @Suppress B
  51.     @Cls
  52.     On which disk drive do you wish to install @Name?
  53.  
  54. @EndOutDrive
  55.  
  56. @GetSubdir
  57.     @Cls
  58.     Now you need to specify the destination subdirectory.
  59.     The subdirectory is the location on your disk where the
  60.     Links system will be installed.  This must NOT be the same
  61.     directory in which you installed the Golf Guide.
  62.     
  63.     If you don't know what a "subdirectory" is, you probably do not need 
  64.     to worry about it and should just press Enter at the next prompt.
  65.  
  66.     @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  67. @EndSubdir
  68.  
  69. @DefineDisk
  70.     @Label = "Disk 1"
  71.     @File LINKS\DEFAULT.PLR @Out *.*
  72.     @File LINKS\GOLF.EXE @Out *.*
  73.     @File LINKS\GOLF1.LZ @Out *.*
  74.     @File LINKS\GOLFER2.LZ @Out *.*
  75.     @File LINKS\HIMEM.SYS @Out *.*
  76.     @File LINKS\INFO.LZ @Out *.*
  77.     @File LINKS\KEYBAT.COM @Out *.*
  78.     @File LINKS\LIE.LZ @Out *.*
  79.     @File LINKS\LINKS.BAT @Out *.*
  80.     @File LINKS\MAKETORY.BAT @Out *.*
  81.     @File LINKS\PLAYSET.LZ @Out *.*
  82.     @File LINKS\PRACTICE.CRX @Out *.*
  83.     @File LINKS\README.BAT @Out *.*
  84.     @File LINKS\READY.LZ @Out *.*
  85.     @File LINKS\SCORCARD.LZ @Out *.*
  86.     @File LINKS\SELCTCRS.LZ @Out *.*
  87.     @File LINKS\SELCTPLR.LZ @Out *.*
  88.     @File LINKS\SELECT.LZ @Out *.*
  89.     @File LINKS\SELPRACT.LZ @Out *.*
  90.     @File LINKS\SETBLAST.EXE @Out *.*
  91.     @File LINKS\SOUNDS.LZ @Out *.*
  92.     @File LINKS\SYSTYPE.EXE @Out *.*
  93.     @File LINKS\TITLE.EXE @Out *.*
  94.     @File LINKS\TITLE.LNX @Out *.*
  95.     @File LINKS\TOPVIEW.LZ @Out *.*
  96.     @File LINKS\TORREY_P.CRS @Out *.*
  97.     @File LINKS\UNINSTAL.EXE @Out *.*
  98.     @File LINKS\XMM.EXE @Out *.*
  99. @EndDisk  
  100.  
  101. @Finish
  102.     @Cls
  103.     @ChDrive @OutDrive
  104.     @Chdir "@SubDir"
  105.     
  106.     Installation of Links is complete.
  107.     
  108.     To run Links, simply enter Links at the DOS prompt, from within the
  109.     @SubDir directory of drive @Outdrive:.
  110.  
  111.     @pause
  112. @EndFinish
  113.